JNI Functions
Through the JNIEnv pointer, we can:
Load classes
Access/create objects, strings, and arrays
Call methods
Catch/throw exceptions
And more (enter/exit monitors, ...)

Return to Tracks